home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Run < prev    next >
Text File  |  1998-02-16  |  437b  |  22 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                    RUN
  3.  
  4.  
  5.    USE:
  6.    The Run command is used to start a command as a background task or
  7.    process.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0 (enhanced)
  14.  
  15.    EXAMPLES:
  16.    1>RUN COPY DF0:C /#? RAM:
  17.    1>RUN COPY DF0:L /#? RAM: QUIET
  18.  
  19.    NOTES:
  20.    Example 2 has an extended command called QUIET.  This command stops any
  21.    text being written to the screen.
  22.